PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFTextBoxField Class / setSpellCheck Method
True if text entered in the field shall be spell-checked.
In This Topic
    setSpellCheck Method
    In This Topic
    Sets a value indicating whether the field text shall be spell-checked.
    Syntax
    public void setSpellCheck( 
       boolean value
    )

    Parameters

    value
    True if text entered in the field shall be spell-checked.
    See Also